spl: Make SPL_DISABLE_BANNER_PRINT a positive option
authorSimon Glass <[email protected]>
Fri, 16 Nov 2018 01:43:57 +0000 (18:43 -0700)
committerTom Rini <[email protected]>
Mon, 26 Nov 2018 13:25:34 +0000 (08:25 -0500)
commitaedc08b297b1682ac12acb81d0867606f422a15c
treea90ae484003a4c6f9063f602fdb3e5df29186f42
parentd6330064634aa698c0a686002ceeb19b3de0d71f
spl: Make SPL_DISABLE_BANNER_PRINT a positive option

Rather than having a negative option, make this a positive option and
enable it by default. This makes it easier to understand.

Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
common/spl/Kconfig
common/spl/spl.c